home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Risc World 3
/
Risc World 3.iso
/
SOFTWARE
/
ISSUE6
/
PD
/
PDF
/
Compiling
next >
Wrap
Text File
|
2003-02-24
|
803b
|
19 lines
PDF is compiled with Acorn's C/C++ (as distributed by Castle)
With the version I have you need to:
1) set alias$c++ %c++ -Dsigned= -D__STDC_VERSION__=199000 -Xcpp -c90 %*0
2) The wimpslot in !AMU.Desc needs increasing to 2048
3) use the Makefile that is in the same directory as !PDF to
make/modify !PDF. Lots of warnings will be generated from the
xpdf source files - I can't remove them so just ignore them.
4) use the target 'clean' to remove all object files.
Notes
=====
xpdf.xpdf is the complete xpdf source with a couple of the h filenames altered
so that I can compile the modified versions in xpdf. (they have ALTERED added
to the name). Source files are also put in directories so .cc files are in c++
and .h files are in h.
The pdf version number is in pdf.c++.main.